FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package cisis.cds#4.0.0 (63 ms)

Package cisis.cds
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=cisis.cds@4.0.0&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationRDV
Url http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationRDV
Version 2.0
Status draft
Date 2021-12-01
Name GAP_BundleResultatReponseADemandeConsultationRDV
Title GAP_BundleResultatReponseADemandeConsultationRDV
Experimental False
Authority national
Description Il s’agit du flux de réponse à la recherche de rendez-vous dans l’agenda d’une ressource. Sur la durée demandée, il devra contenir les informations sur les rendez-vous répondant aux critères de recherche envoyés dans la demande
Type Bundle
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson FrRelatedPerson
http://interopsante.org/fhir/StructureDefinition/FrAppointment FrAppointment
http://interopsante.org/fhir/StructureDefinition/FrHealthcareService FrHealthcareService
http://interopsante.org/fhir/StructureDefinition/FrLocation FrLocation
http://interopsante.org/fhir/StructureDefinition/FrOrganization FrOrganization
http://interopsante.org/fhir/StructureDefinition/FrPatient FrPatient
http://interopsante.org/fhir/StructureDefinition/FrPractitioner FrPractitioner
http://interopsante.org/fhir/StructureDefinition/FrSchedule FrSchedule
http://interopsante.org/fhir/StructureDefinition/FrSlot FrSlot
https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass PractitionerRoleOrganizationalRoleRASS
https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass PractitionerRoleProfessionalRoleRASS


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/GAP_BundleResultatReponseADemandeConsultationRDV",
  "version" : "2.0",
  "name" : "GAP_BundleResultatReponseADemandeConsultationRDV",
  "title" : "GAP_BundleResultatReponseADemandeConsultationRDV",
  "status" : "draft",
  "date" : "2021-12-01",
  "publisher" : "ANS",
  "description" : "Il s’agit du flux de réponse à la recherche de rendez-vous dans l’agenda d’une ressource. Sur la durée demandée, il devra contenir les informations sur les rendez-vous répondant aux critères de recherche envoyés dans la demande",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "cda",
      "uri" : "http://hl7.org/v3/cda",
      "name" : "CDA (R2)"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Bundle",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Bundle.type",
        "path" : "Bundle.type",
        "fixedCode" : "searchset"
      },
      {
        "id" : "Bundle.entry",
        "path" : "Bundle.entry",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "profile",
              "path" : "resource"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Bundle.entry:Appointment",
        "path" : "Bundle.entry",
        "sliceName" : "Appointment"
      },
      {
        "id" : "Bundle.entry:Appointment.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrAppointment"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Appointment.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "match"
      },
      {
        "id" : "Bundle.entry:Appointment.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Appointment.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Slot",
        "path" : "Bundle.entry",
        "sliceName" : "Slot"
      },
      {
        "id" : "Bundle.entry:Slot.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrSlot"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Slot.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Slot.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Slot.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Schedule",
        "path" : "Bundle.entry",
        "sliceName" : "Schedule"
      },
      {
        "id" : "Bundle.entry:Schedule.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrSchedule"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Schedule.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Schedule.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Schedule.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Patient",
        "path" : "Bundle.entry",
        "sliceName" : "Patient"
      },
      {
        "id" : "Bundle.entry:Patient.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrPatient"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Patient.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Patient.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Patient.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Practitioner",
        "path" : "Bundle.entry",
        "sliceName" : "Practitioner"
      },
      {
        "id" : "Bundle.entry:Practitioner.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Practitioner.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Practitioner.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Practitioner.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PractitionerRoleEx",
        "path" : "Bundle.entry",
        "sliceName" : "PractitionerRoleEx"
      },
      {
        "id" : "Bundle.entry:PractitionerRoleEx.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-organizationalRole-rass"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:PractitionerRoleEx.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:PractitionerRoleEx.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PractitionerRoleEx.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PractitionerRolePro",
        "path" : "Bundle.entry",
        "sliceName" : "PractitionerRolePro"
      },
      {
        "id" : "Bundle.entry:PractitionerRolePro.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-professionalRole-rass"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:PractitionerRolePro.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:PractitionerRolePro.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:PractitionerRolePro.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Device",
        "path" : "Bundle.entry",
        "sliceName" : "Device"
      },
      {
        "id" : "Bundle.entry:Device.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/Device"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Device.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Device.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Device.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Location",
        "path" : "Bundle.entry",
        "sliceName" : "Location"
      },
      {
        "id" : "Bundle.entry:Location.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrLocation"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Location.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Location.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Location.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:HealthcareService",
        "path" : "Bundle.entry",
        "sliceName" : "HealthcareService"
      },
      {
        "id" : "Bundle.entry:HealthcareService.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrHealthcareService"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:HealthcareService.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:HealthcareService.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:HealthcareService.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Organization",
        "path" : "Bundle.entry",
        "sliceName" : "Organization"
      },
      {
        "id" : "Bundle.entry:Organization.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrOrganization"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:Organization.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:Organization.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:Organization.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:RelatedPerson",
        "path" : "Bundle.entry",
        "sliceName" : "RelatedPerson"
      },
      {
        "id" : "Bundle.entry:RelatedPerson.resource",
        "path" : "Bundle.entry.resource",
        "min" : 1,
        "type" : [
          {
            "code" : "Resource",
            "profile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson"
            ]
          }
        ]
      },
      {
        "id" : "Bundle.entry:RelatedPerson.search.mode",
        "path" : "Bundle.entry.search.mode",
        "fixedCode" : "include"
      },
      {
        "id" : "Bundle.entry:RelatedPerson.request",
        "path" : "Bundle.entry.request",
        "max" : "0"
      },
      {
        "id" : "Bundle.entry:RelatedPerson.response",
        "path" : "Bundle.entry.response",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.